CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - inversion matlab

搜索资源列表

  1. Untitled333

    2下载:
  2. 基于非线性干扰观测器的直升机滑模反演控制-Based on nonlinear disturbance observer helicopter sliding inversion control
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1118
    • 提供者:wusonghua
  1. Robot-program

    1下载:
  2. 《机器人控制系统的设计与MATLAB仿真》一书所有的matlab仿真程序。本书系统地介绍了机器人控制的几种先进设计方法,是作者多年来从事机器人控制系统教学和科研工作的结晶,同时融入了国内外同行近年来所取得的最新成果。全书以机器人为对象,共分10章,包括先进PID控制、神经网络自适应控制、模糊自适应控制、迭代学习控制、反演控制、滑膜控制、自适应鲁棒控制、系统辨识和路径规划。-" Robot Control System Design and MATLAB simulation,"
  3. 所属分类:matlab

    • 发布日期:2017-02-11
    • 文件大小:861184
    • 提供者:Ben
  1. zj

    0下载:
  2. 球体重力异常曲线正演,加噪音后异常曲线,最小二乘反演-Gravity anomaly curve ball forward, plus the noise of abnormal curve, least-squares inversion
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1099
    • 提供者:
  1. iteration

    1下载:
  2. 采用U函数余项式反演三维密度界面,其布格重力异常采用Parker法计算-U-function density of more than three-dimensional inversion-type interface, the Bouguer gravity anomaly calculated using Parker
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2788
    • 提供者:冯亦晨
  1. VCPPcall-DLL-generated-from-Matlab

    1下载:
  2. 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:6045696
    • 提供者:蔡浩宇
  1. GA(matlab)

    0下载:
  2. 三个matlab实现的遗传算法,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-Three matlab genetic algorithm implemented using a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation, but also introduces the inversi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:19414
    • 提供者:cici
  1. matlab

    0下载:
  2. 用MATLAB对图像的处理,图像反转和灰度线性变换-Using MATLAB image processing, image inversion and grayscale linear transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:5906
    • 提供者:叮咚小兔
  1. inverse_toolbox

    0下载:
  2. 反演工具箱2.0_MATLAB7.0适用,用于反演,matlab程序-The inversion Toolbox 2.0_MATLAB7.0 applicable, for the inversion, matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:88171
    • 提供者:王华
  1. systolic--matrix-inversion

    0下载:
  2. DSP算法架构及设计,内容为基于systolic的上三角矩阵求逆电路的实现,里面有详尽的MATLAB/SIMULINK 仿真模型,及HDL代码和在modelsim中的仿真程序,非常不错的。-Architecture and design of DSP algorithms, based on systolic upper triangular matrix inverse circuit to achieve detailed MATLAB/SIMULINK model and the HDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1387193
    • 提供者:
  1. MATLAB-MT-INVERSE

    0下载:
  2. 基于电导率的偏导数矩阵一维反演程序,matlab编写,调试可用。-Matrix based on the partial derivatives of the conductivity of the one-dimensional inversion procedures, matlab prepared, debugging available.
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:846
    • 提供者:花无缺
  1. genetic-matlab-program-instance

    0下载:
  2. 三个遗传算法matlab程序实现,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-Three genetic algorithm matlab program instance,-Based roulette method of nonlinear ranking selection, uniform crossover, mutation operation, but also the introduction of inversion operation
  3. 所属分类:File Formats

    • 发布日期:2017-11-16
    • 文件大小:19522
    • 提供者:chen
  1. matrix-inverse-matlab

    0下载:
  2. 高斯消元法矩阵求逆,程序详细,仅供学习使用-Gaussian elimination of matrix inversion and detailed procedures, only to learn to use
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:539
    • 提供者:周崇彬
  1. PSO

    1下载:
  2. 粒子群优化反演的matlab程序,在matlab2012上可以执行。-Particle swarm optimization inversion matlab program, in matlab2012 can be executed.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1095
    • 提供者:lg
  1. Matrix_LU_INV

    0下载:
  2. 矩阵求逆运算的matlab程序,用的LU分解方法,很好-Matrix inversion matlab program, using the LU decomposition method, a good
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1060
    • 提供者:彭诚诚
  1. Inversion-toolkit-2.0-_MATLAB7.-0

    0下载:
  2. 1、使用环境: 目前所编的工具箱的可视化界面可在MATLAB 7.0 版中使用,在7.4以上版本还有点问题, 至于7.0以下版本没有试用不知道可不可以。 2、文件存放路径: inverse_toolbox 文件夹中的 inverse 文件夹应存放在 MATLAB 的 toolbox 文件夹中; inverse_help 文件夹中的 inverse 文件夹应存放在 MATLAB 的 help 文件夹 中的 toolbox 文件夹中。
  3. 所属分类:Energy industry

    • 发布日期:2017-04-07
    • 文件大小:629283
    • 提供者:fanjc
  1. lsqr-matlab

    1下载:
  2. matlab实现lsqr算法的源码,有强烈的参考价值,可用于地球物理反演。-matlab realize lsqr algorithm source code, there is a strong reference value, can be used for geophysical inversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6196
    • 提供者:muyoubaiyu
  1. SSP-inversion

    3下载:
  2. 水声声速剖面反演的MATLAB仿真。用了比较基本的滤波方法ENKF。-Water sound velocity inversion sectional MATLAB simulation. With a relatively basic filtering method ENKF.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:791484
    • 提供者:周末
  1. MATLAB-procedures

    0下载:
  2. 大地电磁一维正反演MATLAB程序,用于计算视电阻率和深度。-One-dimensional modeling and inversion of magnetotelluric MATLAB procedures used to calculate the apparent resistivity and depth.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5250
    • 提供者:wutan
  1. Geophysical-modeling-and-inversion

    2下载:
  2. 地球物理勘探专业部分勘探方法的正反演程序与应用软件,可供地球物理专业学习参考-MATLAB program forward and inversion of geophysical section
  3. 所属分类:Energy industry

    • 发布日期:2017-05-18
    • 文件大小:4974592
    • 提供者:白开水
  1. sxm

    1下载:
  2. 地球物理电法勘探一维电测深可视化正反演matlab实现-Geophysical prospecting electrical sounding one-dimensional forward modeling and inversion matlab realize visualization
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:17155
    • 提供者:周兵兵
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com